home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 4
/
Apprentice-Release4.iso
/
Source Code
/
C
/
Applications
/
µSim 1.0.5
/
FabLibsƒ
/
FabWmemman.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-11-17
|
268 b
|
13 lines
|
[
TEXT/CWIE
]
#ifndef _STDLIB
#include <StdLib.h>
#endif
#pragma internal on
void *fmalloc(size_t nbytes);
void ffree(void *ap);
void *frealloc(void *p, size_t s);
size_t fgetallocsize(const void *p);
void *fcalloc(size_t, size_t);
void *ffcalloc(size_t s);
#pragma internal reset